From 613fef53128798bc1459ee493f0d6ee64e2c0a41 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Fri, 14 Mar 2003 13:35:43 +0000 Subject: [PATCH] bitkeeper revision 1.122.1.17 (3e71daafkv2BoT0JpMKwuRKnFfxxQw) boot.S: Tiny fix to start-0of-day error handling. --- xen/arch/i386/boot/boot.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/arch/i386/boot/boot.S b/xen/arch/i386/boot/boot.S index 091b760576..47bdb27519 100644 --- a/xen/arch/i386/boot/boot.S +++ b/xen/arch/i386/boot/boot.S @@ -172,8 +172,8 @@ ignore_int: bad_cpu_msg: .asciz "Bad CPU type. Need P6+." ALIGN -bad_cpu: - call init_serial +bad_cpu: +/* NB. We assume the UART is set up correctly. */ mov $bad_cpu_msg,%esi 1: lodsb test %al,%al -- 2.30.2